home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00001Series_78_b_tg1.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  888 b   |  26 lines

  1. on mouseUp
  2.   if the hilite of cast "b_tg2" = 1 then
  3.     set the hilite of cast "b_tg2" to 0
  4.   end if
  5.   if field "sermodnum" = "1." then
  6.     if the hilite of cast "b_brk3" = 1 then
  7.       alert("You cannot specify 1 Series Brakes with Thread Guards")
  8.       set the hilite of cast "b_brk3" to 0
  9.       set the hilite of cast "b_tg1" to 0
  10.       set the hilite of cast "b_tg2" to 0
  11.     end if
  12.   end if
  13.   if the hilite of cast "b_fsi" = 1 then
  14.     alert("You cannot specify Thread Guards with NSF listed casters")
  15.     set the hilite of cast "b_brk3" to 0
  16.     set the hilite of cast "b_tg1" to 0
  17.     set the hilite of cast "b_tg2" to 0
  18.     set the hilite of cast "b_fsi" to 0
  19.   end if
  20.   if field "Tblcaste,WHEELDES" contains "Steel" then
  21.     alert("You cannot specify Thread Guards with Metal Casters")
  22.     set the hilite of cast "b_tg1" to 0
  23.     set the hilite of cast "b_tg2" to 0
  24.   end if
  25. end
  26.